home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 110 / EnigmaAmiga110CD.iso / dalla rivista / host contacted / fat95.lha / fat95 / english / MS0 < prev    next >
Text File  |  2000-02-20  |  455b  |  19 lines

  1. /* MS0: fat95 PC file system for floppy #0              */
  2. /* $VER: fat95 file system 1.17 (20.02.2000) by Torsten Jager */
  3.  
  4. FileSystem    = l:fat95
  5. Device        = mfm.device
  6. Unit        = 0        /* change drive number here */
  7. Flags        = 0
  8. LowCyl        = 0
  9. HighCyl        = 79
  10. Surfaces    = 2        /* bootblock values have priority over these */
  11. BlocksPerTrack    = 9
  12. Buffers        = 10
  13. BufMemType    = 1
  14. BootPri        = 0
  15. Stacksize    = 2048
  16. Priority    = 5
  17. GlobVec        = -1
  18. DosType        = 0x46415401    /* enable ETD commands */
  19.